projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c749090
)
arm: zynq: Add an info message about post config
author
Siva Durga Prasad Paladugu
<
[email protected]
>
Sat, 23 Mar 2019 10:31:36 +0000
(16:01 +0530)
committer
Michal Simek
<
[email protected]
>
Tue, 16 Apr 2019 09:51:34 +0000
(11:51 +0200)
Post configuration cant be run at u-boot as u-boot
didn't has any info about the design.So,this patch
adds an info message that post config was not run
and needs to be run manually if needed.
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
drivers/fpga/zynqpl.c
patch
|
blob
|
history
diff --git
a/drivers/fpga/zynqpl.c
b/drivers/fpga/zynqpl.c
index 683cf14b47e65ba0201944944691a2a67d00fa72..069c63ba4562352126320a0494a84bd40704da5e 100644
(file)
--- a/
drivers/fpga/zynqpl.c
+++ b/
drivers/fpga/zynqpl.c
@@
-408,6
+408,8
@@
static int zynq_load(xilinx_desc *desc, const void *buf, size_t bsize,
if (bstype != BIT_PARTIAL)
zynq_slcr_devcfg_enable();
+ puts("INFO:post config was not run, please run manually if needed\n");
+
return FPGA_SUCCESS;
}